Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates Crowdin translations across multiple locale files (20+ languages) to synchronize with the latest translation changes from the Crowdin platform.
Key changes:
- Removed deprecated game modes: "bridge", "dropper", and "recentgames" commands
- Renamed "WoolWars" to "WoolGames" across all command references
- Added new features: monthly quests, session deletion, Pit ratios, and deprecated command messages
- Updated various stat labels and added new WoolGames-specific statistics
Reviewed changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| locales/zh-TW/default.json | Updated Traditional Chinese translations with game mode changes and new features |
| locales/zh-CN/default.json | Updated Simplified Chinese translations with game mode changes and new features |
| locales/vi/default.json | Updated Vietnamese translations with game mode changes and new features |
| locales/uk/default.json | Updated Ukrainian translations with game mode changes and new features |
| locales/tr/default.json | Updated Turkish translations with game mode changes and new features |
| locales/th/default.json | Updated Thai translations - contains JSON syntax error |
| locales/sv-SE/default.json | Updated Swedish translations with game mode changes and new features |
| locales/ru/default.json | Updated Russian translations with game mode changes and new features |
| locales/ro/default.json | Updated Romanian translations with game mode changes and new features |
| locales/pt-BR/default.json | Updated Brazilian Portuguese translations with game mode changes and new features |
| locales/pl/default.json | Updated Polish translations with game mode changes and new features |
| locales/no/default.json | Updated Norwegian translations with game mode changes and new features |
| locales/nl/default.json | Updated Dutch translations with game mode changes and new features |
| locales/lt/default.json | Updated Lithuanian translations with game mode changes and new features |
| locales/ko/default.json | Updated Korean translations with game mode changes and new features |
| locales/ja/default.json | Updated Japanese translations with game mode changes and new features |
| locales/it/default.json | Updated Italian translations with game mode changes and new features |
| locales/hu/default.json | Updated Hungarian translations with game mode changes and new features |
| locales/hr/default.json | Updated Croatian translations with game mode changes and new features |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "quests-overall": "$t(commands.quests-command, { \"name\": \"Overall\" })", | ||
| "quests-daily": "$t(commands.quests-command, { \"name\": \"Daily\" })", | ||
| "quests-weekly": "$t(commands.quests-command, { \"name\": \"Weekly\" })", | ||
| "quests-monthly": "$t(commands.quests-command, { \"name\": \"Monthly })", |
There was a problem hiding this comment.
There's a missing closing quote in the "quests-monthly" entry. The value should be "Monthly" with a closing quote after "Monthly".
Suggested change
| "quests-monthly": "$t(commands.quests-command, { \"name\": \"Monthly })", | |
| "quests-monthly": "$t(commands.quests-command, { \"name\": \"Monthly\" })", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.